home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GraphicsCode / docs / Read_Me < prev   
Encoding:
Text File  |  1996-02-05  |  2.7 KB  |  85 lines

  1.  
  2. Included in this archive should be the following files:-
  3.  
  4. Assembler:
  5.  
  6. dos_lib.i                      3771
  7. exec.i                          842
  8. Graphics_Base.i                2653
  9. Graphics_Base.s               56796
  10. graphics_lib.i                 4162
  11. iff.i                          4258
  12. IFF_Lib.i                       540
  13. ReadMe_ASM                      995
  14.  
  15. C:gcc/
  16.  
  17. Graphics.h                     7958
  18. graphics.o                    10583
  19. graphics_base.h                 880
  20. Graphics_Base.s               58257
  21. ReadMe_GCC                      850
  22.  
  23. C:SAS/
  24.  
  25. graphics.h                     2816
  26. graphics_base.h                 880
  27. graphics_base.o                9832
  28. Graphics_Base.s               58257
  29. ReadMe_SAS                      642
  30.  
  31. docs:
  32.  
  33. Assembler_Functions            1833
  34. C_Functions                    1845
  35. Function_Overview              5789
  36. Read_Me                        2498
  37.  
  38. Examples:
  39.  
  40. copper_test.s                  1000
  41. IFF_Example.c                  1049
  42.  
  43. These are the only 3 systems I have been able to test the code with.  If you get
  44. it working with any other system, DICE, Storm c++, please email me with the new
  45. code so that I can add it to the archive.
  46.  
  47. I think for the assembler versions you will have to get hold of the original
  48. Amiga includes.  Not sure who now has rights to these.  Perhaps Amiga
  49. Technologies will make developer status free to us poor students :-)<-<
  50.  
  51. My thanks to CHRISTIAN A. WEBER for the use of the freely distributable IFF
  52. Library included within this archive.  It should be installed if you wish to use
  53. the IFF functions within the code but can be left out.  I include the entire
  54. distribution with this archive.
  55.  
  56. Any Questions, Queries, Problems, ideas, hardware, software I can be contacted
  57. by:
  58.  
  59. Email :- pcallagh@cs.strath.ac.uk
  60. Snail Mail:
  61.     Paul Callaghan
  62.     11 Linn Gardens
  63.     Craiglinn
  64.     Cumbernauld
  65.     Scotland
  66.     G68 9AN
  67.  
  68. All comments are welcome but please try and make them constructive.
  69.  
  70. The code in this archive is Public Domain and is to be used at your own risk.
  71. This code has only really been tested on my A1200.  I would be very sceptical
  72. about running it on anything pre WB 3.0.  If enough people contact me I will
  73. attempt to get it running on older systems.  Or if someone can be bothered
  74. wading through my code and does it for me please e-mail me an updated version. 
  75. Any updates, no matter how minor should go through me.  I like to see how my
  76. code develops when it is outside of my own hands.
  77.  
  78. If you do end up using it in a commercial or non-commercial situation please
  79. credit me or simply e-mail me telling me what you are using it for. Even if you
  80. think it sucks please e-mail me telling me how to make it better. I currently
  81. have a few ideas to speed up certain areas but don't really have the time to
  82. implement them.
  83.  
  84.  
  85.